- reserved keyword
- зарезервированное слово
English-Russian SQL Server dictionary. 2013.
English-Russian SQL Server dictionary. 2013.
Reserved word — Reserved words (occasionally called keywords) are one type of grammatical construct in programming languages. These words have special meaning within the language and are predefined in the language’s formal specifications. Typically, reserved… … Wikipedia
Keyword (computer programming) — In computer programming, a keyword is a word or identifier that has a particular meaning to the programming language. The meaning of keywords and, indeed, the meaning of the notion of keyword differs widely from language to language.In many… … Wikipedia
keyword — rezervuotas žodis statusas T sritis informatika apibrėžtis Programavimo kalbos ↑bazinis žodis, kurį programose galima vartoti tik pagal toje programavimo nustatytą paskirtį. Rezervuoto žodžio statusas prilygsta specialaus simbolio (pvz.,… … Enciklopedinis kompiuterijos žodynas
reserved word — rezervuotas žodis statusas T sritis informatika apibrėžtis Programavimo kalbos ↑bazinis žodis, kurį programose galima vartoti tik pagal toje programavimo nustatytą paskirtį. Rezervuoto žodžio statusas prilygsta specialaus simbolio (pvz.,… … Enciklopedinis kompiuterijos žodynas
keyword — Any of the words, sometimes known as reserved words, that make up the vocabulary of a particular programming language or set of operating system commands and utilities … Dictionary of networking
reserved word — See keyword … Dictionary of networking
C Sharp syntax — The correct title of this article is C# syntax. The substitution or omission of the # sign is because of technical restrictions. Main article: C Sharp (programming language) This article describes the syntax of the C# programming language. The… … Wikipedia
Java syntax — The syntax of the Java programming language is a set of rules that defines how a Java program is written and interpreted. Data structuresAlthough the language has special syntax for them, arrays and strings are not primitive types: they are… … Wikipedia
Device file — In Unix like operating systems, a device file or special file is an interface for a device driver that appears in a file system as if it were an ordinary file. There are also special device files in MS DOS and Microsoft Windows. They allow… … Wikipedia
Compatibility of C and C++ — Programming language comparisons General comparison Basic syntax Basic instructions Arrays Associative arrays String operations … Wikipedia
const-correctness — In computer science, const correctness is the form of program correctness that deals with the proper declaration of objects as mutable or immutable. The term is mostly used in a C or C++ context, and takes its name from the const keyword in those … Wikipedia